home *** CD-ROM | disk | FTP | other *** search
/ Best of Shareware / Best of PC Windows Shareware 1.0 - Wayzata Technology (7111) (1993).iso / mac / DOS / UTILITY / BOOTR110 / BOOTRED.REV < prev    next >
Text File  |  1993-09-19  |  14KB  |  327 lines

  1.                       BOOT'R Editor Revision History
  2.  
  3. 09-19-93 ■ Version 1.10
  4.  
  5.            . Modified code to use the .BTR filename as the configuration
  6.              name to be assigned when a .BTR file is read, or as the
  7.              configuration name to be written to the first line of the 
  8.              .BTR file
  9.  
  10.            . Added support for the BOOT'R Editor to recognize
  11.              valid registration numbers and either confirm that
  12.              a valid number was entered, or issue an error message
  13.              of an invalid number.  Also added support for the
  14.              BOOT'R Editor to recognize temporary registration numbers
  15.              for credit card users.
  16.  
  17.            . Added an exiting confirmation box to the BOOT'R
  18.              Editor.
  19.  
  20.            . Fixed a problem where the editor was not always
  21.              properly redrawing the screen after text was 
  22.              pasted using a SHIFT-INSERT.
  23.  
  24.            . Fixed potential problem where the open and delete
  25.              file routines would not always change to the proper
  26.              directory when the user entered a manual full path
  27.              file name.  Problem was due to recursion.
  28.  
  29.            . Fixed potential problem where the BOOT'R Editor
  30.              may not have been adding a carriage return and 
  31.              line feed sequence to the end of each line when
  32.              printing the 4th and 5th file text groups.
  33.  
  34.            . Added a "STACK 8192" statement to avoid potential
  35.              problems with "Out of stack space" error messages.
  36.  
  37.            . Gave the BOOT'R Editor a major facelift!  Screens
  38.              are more organized, and less likely to cause 
  39.              confusion.  Updated the open and delete file routines
  40.              with enhancements to accept a fully qualified path
  41.              typed in by the user.
  42.  
  43.            . Changed exit command on menu to read "Exit BOOT'R 
  44.              Editor" instead of "Exit BOOT'R".
  45.            
  46.            . Reduced code size by adding three new control 
  47.              arrays.  (One for filenames on the File List
  48.              screen; One for edit buttons on the File List
  49.              screen; And one for Pre-Reboot Instructions on
  50.              the Defaults Reboot screen.)  Updated code to
  51.              reflect new arrays.
  52.            
  53.            . Fixed problem where a change in the third, fourth,
  54.              or fifth filename fields on the File List screen
  55.              was not generating a Configuration Changed warning
  56.              message.
  57.  
  58.  
  59. 06-24-93 ■ Version 1.0  (Released To The General Public.)
  60.  
  61.  
  62. 06-24-93 ■ Version 0.8  (Internal BETA Version.  Not Released.)
  63.  
  64.            . Corrected slight discrepancy in registration infor-
  65.              mation on Register screen.
  66.            
  67.            . Added commands to trim any leading or trailing 
  68.              spaces from the PreReboot Instruction fields when
  69.              they lose the focus.
  70.            
  71.            . Added commands to highlight the PreReboot Instruc-
  72.              tion fields when they receive the focus.
  73.            
  74.            . Added "Reboot1=" through "Reboot4=" strings to the
  75.              beginning of the Reboot commands in the BOOTR.INI
  76.              file.
  77.  
  78.  
  79. 06-24-93 ■ Version 0.7  (Internal BETA Version.  Not Released.)
  80.  
  81.            . Moved help screen up one line to center it.
  82.            
  83.            . Added BOOT'R Help screen that can be accessed from
  84.              the Help menu.  (Requires BOOTRED.HLP.)
  85.            
  86.            . Added registration information screen that can be
  87.              accessed from the Help menu.
  88.  
  89.            . Added error trapping code to Copy Configuration
  90.              routine.
  91.            
  92.            . Added command to perform copy routine for Copy
  93.              Configuration menu option.
  94.  
  95.            . Added a check to the Open FileName field to see if 
  96.              filename exists in current directory when ENTER is 
  97.              pressed.  If it does exist, the BOOT'R Editor 
  98.              attempts to open it.  If the file does not exist, 
  99.              the BOOT'R Editor advances the cursor to the File
  100.              List Box for manual selection.  (Copied routine to 
  101.              Copy Configuration and Delete Configuration proce-
  102.              dures.)
  103.            
  104.            . Added a warning message after a copy routine is 
  105.              completed.  Warning informs users that a configura-
  106.              tion file must be edited and re-saved before it can
  107.              be successfully used with BOOT'R.  Failure to do so
  108.              could result in operational errors.
  109.            
  110.            . Corrected problem where the BOOT'R Editor issued an
  111.              error message that a configuration had not been
  112.              saved, even though Save had just been selected.  
  113.              (This only occurred when one of the filename fields 
  114.              on the File List screen had been changed.)
  115.            
  116.            . Added code to make the BOOT'R Editor convert a 
  117.              filename field (on the File List screen) to UPPER 
  118.              CASE, if Save is selected, and the cursor remains in
  119.              an active filename field.
  120.            
  121.            . Corrected problem where the ESC key did not invoke a
  122.              "Cancel" event on the New Configuration screen.
  123.            
  124.            . Added code to make the ENTER key act as a TAB key.
  125.              This allows users to press ENTER instead of TAB 
  126.              when they want to move to the next field.  (Does not
  127.              apply on file and directory list boxes.)
  128.            
  129.            . Fixed problem where the first field on the pre-
  130.              reboot settings screen was not receiving the focus
  131.              when it was accessed for a second time.
  132.            
  133.            . Corrected problem with tab index on defaults and
  134.              pre-reboot setting screens.
  135.            
  136.            . Added code to printing routine to make sure that a
  137.              line feed is issued after every line is printed.
  138.            
  139.            . Verified that all file read routines were checking
  140.              for the existence of a file before attempting to
  141.              open or read it.
  142.            
  143.            . Added "About" screen that can be accessed through
  144.              the Help menu.
  145.            
  146.            . Fixed problems where the file list dialog box was 
  147.              not being hidden when the editor was loaded, and the
  148.              editor was not being hidden when the Load Text 
  149.              screen was loaded.
  150.            
  151.            . Added code to always hide the main menu after a user
  152.              selects an option from the menu.
  153.            
  154.            . Added a command to issue a form feed after printing
  155.              configuration information.
  156.            
  157.            . Added code to send complete configuration infor-
  158.              mation to printer.
  159.            
  160.            . Added code to disable the filename field on Printing 
  161.              screen until "File" is selected as the "Print To:" 
  162.              type.
  163.  
  164.            . Fixed problem where the BOOT'R Editor was attempting
  165.              to read the BOOTR.INI file upon initial loading of
  166.              the program.  This caused an error message and term-
  167.              ination of the program if the file BOOTR.INI did not
  168.              exist.  (Screen command was referenced in opening
  169.              code, causing an implicit loading of the editing 
  170.              form.)
  171.            
  172.            . Edited routine used to write .BTR files.  Modified
  173.              code to add a line feed after each carriage return
  174.              when writing lines that were enclose in a text box.
  175.            
  176.            . Changed name of executable file from BOOTR.EXE to
  177.              BOOTRED.EXE.
  178.            
  179.            . Fixed problem where a .BTR extension was being added
  180.              to the Configuration Name field inside a .BTR 
  181.              configuration file.
  182.            
  183.            . Added routine to clear the screen after exiting 
  184.              from the BOOT'R Editor.
  185.  
  186.  
  187. 06-11-93 ■ Version 0.6  (Internal BETA Version.  Not Released.)
  188.  
  189.            . Rewrote routine to load an existing text file into
  190.              the BOOT'R editor.  Added a missing close file 
  191.              statement.
  192.            
  193.            . Fixed problem where editor text was not reappear-
  194.              ing when it was being edited for a second time.  
  195.              (Only occurred after opening a file and editing
  196.              the text.)
  197.            
  198.            . Rewrote entire ReadBTRFile routine to fix problems
  199.              with hanging when attempting to open an existing
  200.              file.
  201.            
  202.            . Modified File List screen to display a constant 
  203.              non-changing title.  Added a separate line to 
  204.              display the configuration name and description.
  205.            
  206.            . Modified Change Description screen to allow users 
  207.              to also change the configuration name.
  208.            
  209.            . Added include file statement to Change Description
  210.              screen.  This fixed two problems where (1) changes 
  211.              to the configuration description were not being 
  212.              saved to the configuration file, and (2) the BOOT'R
  213.              Editor was not warning the user to save changes if
  214.              only the configuration description had changed.
  215.            
  216.            . Added integer variable "OpenFileNumber" to help the
  217.              BOOT'R Editor detect which file was being opened for
  218.              reading.  This fixed a problem where text could not
  219.              be loaded into the editor more than once in a 
  220.              session.
  221.            
  222.            . Added code to allow users to load a text file into
  223.              the editor.  This allows users to import their 
  224.              current configuration files without needing to 
  225.              retype them.
  226.            
  227.            . Added code to place less than (<) and greater than
  228.              (>) signs around the filenames within the .BTR 
  229.              files.
  230.            
  231.            . Changed WriteBTRFile code to write a filename to the
  232.              .BTR file, even if no text is to be written within
  233.              the file.
  234.            
  235.            . Located and removed corruption which occurred after
  236.              importing and modifying "Load Text" form.
  237.            
  238.            . Added and modified form that will be used to load
  239.              text from a random file into the BOOT'R editing 
  240.              screen.
  241.            
  242.            . Added routine to write .BTR files from the BOOT'R
  243.              Editor.
  244.            
  245.            . Added integer variable to find out whether or not 
  246.              any part of a complete configuration had been 
  247.              changed prior to closing it.  Used variable to warn
  248.              users of an unsaved configuration before allowing 
  249.              them to close the configuration.
  250.            
  251.            . Set integer variable to find out whether or not text
  252.              had been changed in the editor before exiting.  Used
  253.              variable to warn users of unsaved text before 
  254.              exiting from the editor.
  255.            
  256.            . Added code to save editor text to a corresponding 
  257.              string variable when save is chosen from the BOOT'R
  258.              editing screen.
  259.            
  260.            . Added code to read .BTR files in the BOOT'R Editor.
  261.            
  262.            . Added code to dynamically change the text displayed
  263.              in the help field on the "New Configuration" screen
  264.              based on the currently selected field.
  265.            
  266.            . Fixed problem where using a text box as a multi-
  267.              line label allowed the user to select and delete the
  268.              internal text using the mouse, even though no tab-
  269.              stop property was set to the item.  Changed all text
  270.              boxes to labels to prevent future problems.
  271.            
  272.            . Fixed Logo Screen problem where clicking on the 
  273.              logo screen would cause it to have a shadow, only
  274.              to disappear once another form was selected.  
  275.              Shadow now appears all the time.
  276.            
  277.            . Added Copy Configuration option to main menu to
  278.              allow users to copy configuration files and 
  279.              information from one .BTR file to another.
  280.            
  281.            . Added support for Cut (CTRL+X), Copy (CTRL+C), 
  282.              Delete (DEL), and Paste (CTRL+V) routines within
  283.              editor.
  284.  
  285.            . Added options to menu within editor to allow 
  286.              keyboard users to maximize or reset the editing
  287.              window size.
  288.            
  289.            . Added maximize button to editor screen to allow 
  290.              mouse users to maximize the editing window.
  291.            
  292.            . Added configuration filename to lower right corner 
  293.              of editor screen.
  294.            
  295.            . Added code to automatically add .BTR extension 
  296.              to configuration name if user neglects to add it.
  297.            
  298.            . Added configuration description to title bar of file
  299.              list screen and editor screen.  If configuration
  300.              description is not available, configuration filename
  301.              is used.
  302.  
  303.            . Added code to set default values after reading the
  304.              BOOTR.INI file if the values in the file were blank.
  305.            
  306.            . Added "RegistrationName=" and "RegistrationNumber="
  307.              to BOOTR.INI file.  Updated code to read and write
  308.              the BOOTR.INI file in the new format.
  309.            
  310.            . Added code to read and write the BOOTR.INI file.
  311.            
  312.            . Added hotkeys to Edit? buttons on the File-List form.
  313.            
  314.            . Changed text and button colors on the File-List form.
  315.            
  316.            . Added register screen for users to register their
  317.              copy of BOOT'R.
  318.            
  319.            . Created menu layout, new configuration screen, open
  320.              file screen, and delete file screen.
  321.            
  322.            . Started initial coding on a user-friendly editor           
  323.              for BOOT'R.
  324.            
  325.  
  326.  
  327.